home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 15184 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.3 KB

  1. Path: news.shentel.net!usenet
  2. From: Jeff French <jfrench@globalcom.net>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: HELP! Can't link w/BC 5.0
  5. Date: 4 Apr 1996 02:22:52 GMT
  6. Organization: Shentel
  7. Message-ID: <4jvbps$jaq@head.globalcom.net>
  8. NNTP-Posting-Host: eb1ppp2.shentel.net
  9.  
  10. Larry Smith <lrs@earth.execnet.com> writes:
  11. > WHenever I try to link *anything* with BC++ 5.0 (with patch 1 
  12. > installed), I get an error "(1,1):Out of memory". This even with Hello 
  13. > world! DOS and Win16 versions fail. Haven't had a chance to try out the 
  14. > 32 bit side yet.
  15. >    I don't really believe I'm out of memory. I'm running Win 95 on a 
  16. > 32MB system. I set up a PIF file (i.e. Properties setting) to try to 
  17. > give it oodles of memory resources, but nothing helps.
  18. >    Running the linker at the command line seems to work OK, though, most 
  19. > of the time.
  20. >    I tried installing it at work, and it works fine there!
  21. >    Anybody got any ideas?
  22. >    Thanks in advance.
  23. > Larry Smith
  24. > lrs@earth.execnet.com
  25.  
  26.  
  27. I'm having the same problem...although it does (seem to) work
  28. under Windows NT Workstion 3.51 (and I only have 17Meg of
  29. RAM).   
  30.  
  31. I also tried to add an 'External TLINK Tool', The interesting 
  32. part about this is that a DOS Window comes up, executes TLINK 
  33. and immediately says Out Of Memory.  
  34.  
  35. I also have also successfully excuted tlink @filename.r$p 
  36. (where the IDE created the filename.r$p file)
  37.  
  38. I have compiled/linked a couple of the 32-bit examples with 
  39. success,
  40.  
  41. So, it does seem to be limited to a) 16-bit and b) Windows 95
  42. (althought I wouldn't guarantee anything at this time).
  43.  
  44. I posted this to Borland as a BUG on 4/2/96.
  45.  
  46. I have found another 'BUG' that is specific to executing a
  47. 16-bit app from the IDE (I haven't tryed this with a 32-bit
  48. app, and this one may be specific to NT) is when you press the
  49. RUN button (the lightning bolt) a dialog box comes up saying
  50. that you cannot debug a 16-bit app inside of the IDE (ok,
  51. no biggie), you have the option of selecting YES run the
  52. App without the debugger or NO don't.   Selecting YES, runs
  53. the App fine, the problem comes when you try to run it again..
  54. the dialog box comes up TWICE and if you select YES, runs your
  55. App TWICE,  if you try yet again...yes it's THREE times this
  56. time...I think/hope you get the picture...
  57.  
  58. I posted this to Borland as a BUG on 4/2/96 as well.
  59.  
  60. Jeff.
  61.